Remove (now) unused xhtmlent table.
authorRobert Lipe <robertlipe@gpsbabel.org>
Wed, 19 Dec 2018 05:25:09 +0000 (23:25 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Wed, 19 Dec 2018 05:25:09 +0000 (23:25 -0600)
GPSBabel.pro
Makefile.in
mac/libusb/darwin.c
mac/libusb/usb.c
msvc/GPSBabel.vcxproj

index 75abb6ba7c56f80375d5ee11e4b2a83a877bcf1e..74ba499d6a57a46d0307d4a194d6ac9f4f8d133f 100644 (file)
@@ -32,7 +32,7 @@ ALL_FMTS=$$MINIMAL_FMTS gtm.cc gpsutil.cc pcx.cc \
         saroute.cc navicache.cc psitrex.cc delgpl.cc \
         ozi.cc text.cc html.cc netstumbler.cc \
         igc.cc brauniger_iq.cc shape.cc hiketech.cc glogbook.cc \
-        vcf.cc xhtmlent.cc lowranceusr.cc an1.cc tomtom.cc \
+        vcf.cc lowranceusr.cc an1.cc tomtom.cc \
         tef_xml.cc maggeo.cc vitosmt.cc gdb.cc bcr.cc \
         ignrando.cc stmwpp.cc cst.cc nmn4.cc compegps.cc \
         yahoo.cc unicsv.cc wfff_xml.cc garmin_txt.cc gpssim.cc \
index ff2126c1f47615844b33f0d492be44bb06468684..0b5cc5706969c18de099c2cec97a3b895b5d52ed 100644 (file)
@@ -73,7 +73,7 @@ ALL_FMTS=$(MINIMAL_FMTS) gtm.o gpsutil.o  \
        saroute.o navicache.o psitrex.o delgpl.o \
        text.o html.o netstumbler.o \
        igc.o brauniger_iq.o shape.o hiketech.o glogbook.o  \
-       vcf.o xhtmlent.o lowranceusr.o an1.o tomtom.o \
+       vcf.o lowranceusr.o an1.o tomtom.o \
        tef_xml.o maggeo.o vitosmt.o bcr.o \
        ignrando.o stmwpp.o cst.o nmn4.o compegps.o \
        yahoo.o unicsv.o wfff_xml.o garmin_txt.o gpssim.o \
index d52b6b75743ae65c0140e46eb7bd22e93b6ca1e7..3cac80f384cde3ba36d14d61a00b753b790d6db9 100644 (file)
@@ -672,6 +672,7 @@ int usb_claim_interface(usb_dev_handle *dev, int interface)
 int usb_release_interface(usb_dev_handle *dev, int interface)
 {
   struct darwin_dev_handle *device;
+  (void) interface;
   io_return_t result;
 
   if (!dev)
@@ -1160,6 +1161,7 @@ int usb_os_find_devices(struct usb_bus *bus, struct usb_device **devices)
 
 int usb_os_determine_children(struct usb_bus *bus)
 {
+  (void) bus;
   /* Nothing yet */
   return 0;
 }
index 9b8773e11fbe49ded62b71c241a03b991e412646..51bc7bbaf455958832154b8b689227b0b9f2ba94 100644 (file)
@@ -230,7 +230,7 @@ int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
 int usb_get_string_simple(usb_dev_handle *dev, int index, char *buf, size_t buflen)
 {
   char tbuf[255];      /* Some devices choke on size > 255 */
-  int ret, langid, si, di;
+  int ret, langid, si;
 
   /*
    * Asking for the zero'th index is special - it returns a string
@@ -258,6 +258,7 @@ int usb_get_string_simple(usb_dev_handle *dev, int index, char *buf, size_t bufl
   if (tbuf[0] > ret)
     return -EFBIG;
 
+  unsigned di;
   for (di = 0, si = 2; si < tbuf[0]; si += 2) {
     if (di >= (buflen - 1))
       break;
index c8f6dd09a95deb0f00ba2fbcfc2d30f094898176..30d756a81eeb0daa9c148498c2574b35811efd3f 100644 (file)
     <ClCompile Include="wfff_xml.cc" />\r
     <ClCompile Include="wintec_tes.cc" />\r
     <ClCompile Include="xcsv.cc" />\r
-    <ClCompile Include="xhtmlent.cc" />\r
     <ClCompile Include="xmlgeneric.cc" />\r
     <ClCompile Include="src\core\xmlstreamwriter.cc" />\r
     <ClCompile Include="xmltag.cc" />\r
   </ItemGroup>\r
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets" />\r
-</Project>
\ No newline at end of file
+</Project>\r